home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
juji.swf
/
scripts
/
DefineButton2_32
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2003-03-01
|
150b
|
9 lines
on(release){
_root.score += 100;
tellTarget("_root.citybigMC.movesniperactionsMC")
{
gotoAndPlay(3);
}
gotoAndPlay(1);
}